Skip to content

feat(FR-871): improve visibility of committed container names#3544

Merged
graphite-app[bot] merged 1 commit into
mainfrom
feat_FR-871_/improve-visibility-of-committed-container-names
Apr 21, 2025
Merged

feat(FR-871): improve visibility of committed container names#3544
graphite-app[bot] merged 1 commit into
mainfrom
feat_FR-871_/improve-visibility-of-committed-container-names

Conversation

@agatha197
Copy link
Copy Markdown
Contributor

@agatha197 agatha197 commented Apr 21, 2025

Resolves #3543 (FR-871)

Fix tag display logic to show customized tags properly

This PR modifies the tag display logic across multiple components to ensure customized tags are properly displayed. The key changes include:

  1. Added a condition to show tags when isCustomized is true, regardless of the alias equality check
  2. Updated ImageTags component to properly pass props to the React.Fragment

These changes ensure that customized tags are consistently displayed in the UI, fixing an issue where they might be filtered out incorrectly.

  • My Environment
    image.png
  • Session launcher
    image.png
  • Images
    image.png

Checklist:

  • Documentation
  • Minium required manager version
  • Specific setting for review (eg., KB link, endpoint or how to setup): 10.82.230.49
  • Minimum requirements to check during review: check customized name in My Environment, Session Launcher, Images page.
  • Test case(s) to demonstrate the difference of before/after

@github-actions github-actions Bot added the size:S 10~30 LoC label Apr 21, 2025
Copy link
Copy Markdown
Contributor Author


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • flow:merge-queue - adds this PR to the back of the merge queue
  • flow:hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has required the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 21, 2025

Coverage report for ./react

St.
Category Percentage Covered / Total
🔴 Statements 4.17% 409/9808
🔴 Branches 3.54% 240/6787
🔴 Functions 2.54% 79/3114
🔴 Lines 4.11% 394/9592

Test suite run success

124 tests passing in 14 suites.

Report generated by 🧪jest coverage report action from 69b043b

@agatha197 agatha197 requested review from adrysn and yomybaby April 21, 2025 03:21
Copy link
Copy Markdown
Member

@yomybaby yomybaby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@graphite-app
Copy link
Copy Markdown

graphite-app Bot commented Apr 21, 2025

Merge activity

Resolves #3543 ([FR-871](https://lablup.atlassian.net/browse/FR-871))

# Fix tag display logic to show customized tags properly

This PR modifies the tag display logic across multiple components to ensure customized tags are properly displayed. The key changes include:

1. Added a condition to show tags when `isCustomized` is true, regardless of the alias equality check
2. Updated `ImageTags` component to properly pass props to the React.Fragment

These changes ensure that customized tags are consistently displayed in the UI, fixing an issue where they might be filtered out incorrectly.

- My Environment
![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/2HueYSdFvL8pOB5mgrUQ/ecb41a74-e68a-4df4-aabd-044ae3e8b36f.png)
- Session launcher
![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/2HueYSdFvL8pOB5mgrUQ/79519d66-554a-4cb0-a1c8-826aacf1afb4.png)
- Images
![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/2HueYSdFvL8pOB5mgrUQ/9704c1fc-bc79-4334-9a35-c191df7df006.png)

**Checklist:**

- [ ] Documentation
- [ ] Minium required manager version
- [x] Specific setting for review (eg., KB link, endpoint or how to setup): 10.82.230.49
- [x] Minimum requirements to check during review: check customized name in My Environment, Session Launcher, Images page.
- [ ] Test case(s) to demonstrate the difference of before/after

[FR-871]: https://lablup.atlassian.net/browse/FR-871?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
@graphite-app graphite-app Bot force-pushed the feat_FR-871_/improve-visibility-of-committed-container-names branch from ee2251a to 69b043b Compare April 21, 2025 03:27
@graphite-app graphite-app Bot merged commit 69b043b into main Apr 21, 2025
6 checks passed
@graphite-app graphite-app Bot deleted the feat_FR-871_/improve-visibility-of-committed-container-names branch April 21, 2025 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S 10~30 LoC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve visibility of committed container names in the execution environment page

2 participants